object Searchform: TSearchform Left = 279 Top = 288 HorzScrollBar.Visible = False ActiveControl = SearchFor BorderIcons = [biSystemMenu, biHelp] AutoScroll = False Caption = 'Find file' ClientHeight = 242 ClientWidth = 383 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter Scaled = False OnActivate = FormActivate OnClose = FormClose OnCreate = FormCreate OnResize = FormResize PixelsPerInch = 116 TextHeight = 16 object Label1: TLabel Left = 10 Top = 64 Width = 65 Height = 16 Caption = 'Scanning...' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object DirLabel: TLabel Left = 10 Top = 80 Width = 18 Height = 16 Caption = 'C:\' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 8 Top = 15 Width = 61 Height = 16 Caption = 'Search for' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object SearchFor: TEdit Left = 8 Top = 32 Width = 185 Height = 24 HelpContext = 910 TabOrder = 0 end object FoundFiles: TListView Left = 0 Top = 103 Width = 383 Height = 120 Align = alBottom OnDblClick = Open1Click Columns = < item Caption = 'Filename' Width = 100 end item Caption = 'Type' Width = 90 end item Caption = 'Path' Width = 120 end item Alignment = taRightJustify Caption = 'Size' end> AllocBy = 5 MultiSelect = True PopupMenu = FindPopup TabOrder = 1 ViewStyle = vsReport Visible = False end object FindStatusBar: TStatusBar Left = 0 Top = 223 Width = 383 Height = 19 Panels = < item Text = '0 File(s) found' Width = 50 end> SimplePanel = False Visible = False end object Panel1: TPanel Left = 283 Top = 0 Width = 100 Height = 103 Align = alRight BevelOuter = bvNone TabOrder = 3 object BtnFind: TButton Left = 17 Top = 8 Width = 75 Height = 25 HelpContext = 920 Caption = 'Find' Default = True ModalResult = 1 TabOrder = 0 OnClick = BtnFindClick end object CancelBtn: TButton Left = 17 Top = 40 Width = 75 Height = 25 HelpContext = 930 Cancel = True Caption = 'Stop' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 1 OnClick = CancelBtnClick end object btnClose: TButton Left = 17 Top = 72 Width = 75 Height = 25 HelpContext = 940 Caption = 'Close' TabOrder = 2 OnClick = btnCloseClick end end object FindPopup: TPopupMenu OnPopup = FindPopupPopup Left = 96 object Open1: TMenuItem Caption = '&Open' Default = True OnClick = Open1Click end object N1: TMenuItem Caption = '-' end object Addtomenu1: TMenuItem Caption = 'Add to menu' Visible = False OnClick = Addtomenu1Click end object Delete1: TMenuItem Caption = '&Delete' OnClick = Delete1Click end end object ListImages: TImageList Left = 224 Top = 8 end end